Unsolved
2 Intern
•
64 Posts
0
377
November 23rd, 2022 05:00
UnityVSA SSH .server_config not working
I was asked to open ssh and run this commands to enable connections from machines that are not in domain but i get following errror when running the command in UnityVSA ssh console:
15:11:19 service@VIRT2242XPWCV1 spa:~/user# /nas/bin/.server_config ALL -v "param NTsec logonOptions=0x2d"
-rbash: /nas/bin/.server_config: restricted: cannot specify `/' in command names
15:12:12 service@VIRT2242XPWCV1 spa:~/user# cd /
-rbash: cd: restricted
VNXe/Unity:
Get root shell first, then run the .server_config command to change the parameter on the fiy:
/nas/bin/.server_config ALL -v "param NTsec logonOptions=0x2d"
Update the param files for SVDM_A and SVDM_B:
vi /nas/server/slot_2/param
vi /nas/server/slot_3/param
add the following line:
param NTsec logonOptions=0x2d
Run build config to ensure the changes persist upon reboot:
/nas/sbin/build_config /nas/server/slot_2 /nas/dos/slot_2
/nas/sbin/build_config /nas/server/slot_3 /nas/dos/slot_3


DELL-Josh Cr
Moderator
•
9.5K Posts
0
November 28th, 2022 07:00
Hi,
Thanks for your question. Are you logged in as the root user? This can be caused by not having enough permissions to run the commands. https://dell.to/3AQiBqu might also help.
Let us know if there is anything else we can help you with.
alx123
2 Intern
•
64 Posts
0
November 30th, 2022 15:00
I am login in ssh as service user, the password i specify in unisphere doesnt work for root, sudo doesnt work neither. How do i login as root in unity Version 5.1.0?
I dont have permission to access that link.