cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3511
Views
0
Helpful
2
Replies

Help with acs 5.2 software repository nfs mount

khoahoang
Level 1
Level 1

Im having problem mounting a network share to a software repository. I tried both GUI and CLI and both doesnt work. The network share is \\extnapsf01\ciscoacs . i double check the username / pass and make sure it has R/W right to the share.  went to CLI and turn on debug and did a " show repository intrust" . Intrust it the name of the repository created. Here is the output

extnacs1/khoa# sh repository intrust
7 [24098]: backup-restore:history: br_cli.c[136] [khoa]: _cars_show_repository INVOKED
7 [24098]: locks:file: lock.c[357] [khoa]: obtained repos-mgr lock
7 [24098]: config:repository: rm_repos_cfg.c[173] [khoa]: loaded repository intrust
7 [24098]: locks:file: lock.c[371] [khoa]: released repos-mgr lock
6 [24098]: transfer: cars_xfer.c[177] [khoa]: nfs dir of repository intrust requested
7 [24098]: locks:file: lock.c[357] [khoa]: obtained nfs-repos lock
7 [24098]: transfer: cars_xfer_util.c[1249] [khoa]: attempting to mount with command: /bin/mount -t nfs extnapfs01:/ciscoacs/ /mnt/repos >& /dev/null
7 [24098]: locks:file: lock.c[371] [khoa]: released nfs-repos lock
3 [24098]: transfer: cars_xfer_util.c[1253] [khoa]: mount command failed, returned: 8192
3 [24098]: transfer: cars_xfer_util.c[1254] [khoa]: error mounting nfs repository extnapfs01:/ciscoacs/
6 [24098]: backup-restore:history: br_cli.c[148] [khoa]: error message: Error mounting NFS location
% Error mounting NFS location

by looking at the mount command everything seems correct but it doesnt mount. It doesnt tell me if the username/password not correct or error connectin to the drive. The acs device is not joined to the domain , i dont know if it make any different it if is or not for NFS.  Any help will be appriciated .

Thanks

2 Replies 2

You talk about NFS mountpoints, but then you mention a network share in the form of \\nodename\mountpoint

Is that network share exported via NFS or not?

If it is, what does the NFS server show for the mount attempt?

Can you post the repository configuration?

the repository config

repository intrust
  url nfs://extnapfs01:/ciscoacs
  user service-acsbup password hash d7e905a0bcxxxxxxxxxxx

i tested the share on a window server and it mounted just fine .