<< back to sysax.com Product page |
The updatehome command can be used to update the home path for a sysax user account on the server. The home path permissions are specified as a string containing one or more of the following letters:
Exhibit 3.13. Command line syntax for updatehome command
sysaxservdmgr.exe /admin cmd=updatehome user=<username to update> homepath=<new home path> homeperm=<user home permissions=R,W,D,L,C, or X> sysaxservdmgr.exe /remadmin=<remote IP address> adminlogin=<admin username>:<admin password> cmd=updatehome user=<username to update> homepath=<new home path> homeperm=<user home permissions=R,W,D,L,C, or X> |
Exhibit 3.14. Example of updatehome command
sysaxservdmgr.exe /admin cmd=updatehome user=user1 homepath="c:\ftp2\user1" |