-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsp_systemshell
More file actions
executable file
·41 lines (35 loc) · 855 Bytes
/
sp_systemshell
File metadata and controls
executable file
·41 lines (35 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#login sp naroot for 7m; admin for cm;
system console
ctrl+D
system power cycle
sp reboot
#login ontap
sp show
reboot-sp –node nodename
#unlock the diag user account on cmode
security login show
security login show -username diag
security login unlock -username diag
security login password -username diag
set -privilege diagnostic
systemshell -node nodename
#unlock the diag user account on 7mode
priv set advanced
useradmin diaguser show
useradmin diaguser unlock
useradmin diaguser show
useradmin diaguser password
priv set advanced
systemshell
#view sp mgwd process
sudo spmctl -l | grep mgwd
sudo rdb_dump Management
#stop sp mgwd process
sudo spmctl -s -h mgwd
sudo spmctl -s -h mgwd
#check sp mgwd process
sudo spmctl -l | grep mgwd
#reboot env_mgr process
sudo spmctl -sh env_mgr
sudo spmctl -eh env_mgr
sudo spmctl -l |grep env_mgr