ONTAP Discussions

Data ONTAP Basic Command Please?

MAXSVEN2001
192,770 Views

Hi,

I'm fairly new to Data ONTAP OS and I have been playing around with the sims for a couple of months.

I had a look at the "Manual Page Reference, Volume 1 and 2" but there are basic linux style commands that I still can't find...

baisically, I'm looking for commands to :

1- "cd" change directory

2- "ls" ls files/directories

3- "cp" copy files from one directory to another

4- "mkdir" make new directory.

5- "ps" list running processes

6- "kill" kill a process.

7- piping and "grep" for a string. ex: ps | grep -i "string"

8- pwd "print workjing directory".

if someone can just include the Data ONTAP command for 1 to 8 I'd much appreciate it.

Thanks.

Max.

1 ACCEPTED SOLUTION

SNETAPPUSER
192,637 Views

Those commands are available in advance mode & in diag mode. However, you should not use those mode unless it is necessary. Those modes ususally use by NetApp technical support team or NetApp PSE.

Antway, if you wanna try out (in sim may be), type 'priv set advanced' to go to advanved mode. There u can do ls, mv etc. Type 'useradmin diaguser unlock' to unlock diag user then type 'useradmin diaguser password' to set a password to diag user. Then type 'systemshell'. Username 'diag' password is your diag password.

DONT GO TO DIAG MODE IF YOU DONT KNOW WHAT YOU ARE DOING

View solution in original post

14 REPLIES 14
Public