Hi, we would mount a storage on a ct. this ct have installed debian wheezy.
the node have 2 network cards. one for internet and one for intranet to storage.
we have add a 2nd nertwork vbmr1 (intranet) to eth0 on this ct.
we can ping the intranet ip´s but not the storage ip.
the host-server can ping the storage.
We do this:
stop ct
start ct
than:
than:
???
than:
than:
than i would mount, its comes no result. what can i do? please help.
regards
the node have 2 network cards. one for internet and one for intranet to storage.
we have add a 2nd nertwork vbmr1 (intranet) to eth0 on this ct.
we can ping the intranet ip´s but not the storage ip.
the host-server can ping the storage.
We do this:
stop ct
Code:
vzctl set 101 --features "nfs:on" --save
than:
Code:
ssh: mount -t nfs 10.11.12.50:/volume1/storage /mnt/backup/
mount: wrong fs type, bad option, bad superblock on 10.11.12.50:/volume1/storage,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
than:
Code:
aptitude install nfs-utils nfs-utils-lib
packages not found
than:
Code:
aptitude install rpcbind
than:
Code:
aptitude install nfs-common
than i would mount, its comes no result. what can i do? please help.
regards
Last edited: