0% found this document useful (0 votes)
20 views3 pages

Command Bhushan

Base24 command

Uploaded by

anil yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views3 pages

Command Bhushan

Base24 command

Uploaded by

anil yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

NCS Commands :-

1. To Stop Station
stop s <station name>

2. To Stop Process
stop p <process name>

3. To Start Station
start s <station name>

4. To Start Process
start p <process name>

5. To reset ATM
deliv p <process name>,/9500reset <station name>/

6. To give downlaod to an ATM


deliv p <process name>,/9500load <station name>/

7. To give warmboot
deliv p <process name>,/9501****/

8. Any changes at CNFG Level Load then to give Download


deliv p <process name>,/9500loadall <station name>/

9. To check port number


info s <station name>,raddr

10. To check info about Any station/process


info s/p <name>,obeyform

11. To check object name/loaction


info p <process name>,prog

12. To alter new object


alter p <process name>, prog <new location>

13. To clear purge count


con p <process name>,purge

14. Netadrd(To get particular record from audit)


netadrd <auditfile name>,count1,first<recordno>,qwrite <newloaction>

15. To perform same transaction without using Terminal


con p <process name>,qread <newloaction>

16. To perform same transaction without using Terminal


con n <node name>,qread <newloaction>

17. Audit Command


run exploden <auditname> -real -uni -det -tkn -stm col -pstm col -from -0

18. Gives details about files opened by an particular files


fup listopens <filename>

19.To check what are objects are binded to that PPD


pstate <ppd>
20. To check statistic of a particular a process(Incoming and outgoing count)
statis p <process name>

21. To stop multiple auth process but oneatatime


stop p *auth*,oneatatime

22. To check auditinfo on a NODE.


i n <nodename>,audinfo

23. To check which audit is enable


i n <node-name>,auditc

24. To swap audit


con n <node name>,swap

FUP Commands :-

ALTER <filename>, <attribute>


COPY <source-file>, <destination-file>, <options>

INFO *
Lists all files in subvolume

INFO <filename>, STAT


Detail information about file
Number of records in file

INFO <filename>, EXTENTS


Lists all the extents used

INFO <filename>, DETAIL


Displays file information except record information

FUP DUP - It is used for duplicate the existing file.

FUP DUP EXISTING_FILE_NAME, NEW_FILE_NAME

FUP COPY - It is used for read the file data OR record.

FUP COPY FILE_NAME,,A, SHARE

FUP INFO - It is used for view file details, stat counts.

FUP INFO FILE_NAME, STAT

FUP INFO FILE NAME, DETAIL

FUP PURGE - It is used for PURGE the file.

FUP PURGEDATA - It is used for only purge the data from file.

FUP RENAME - It is used for RENAME the existing file.


FUP RENAME EXISTING_FILE_NAME, RENAME_FILE_NAME

FUP LOAD - It is use to replace the data of existing file

You might also like