q system "output"

ramohi

ADSM.ORG Member
Joined
Jun 9, 2005
Messages
85
Reaction score
0
Points
0
Location
Maryland
Website
Visit site
Hi friends,

I want to port the "q system" output to a txt file.
I do q system > filename.... the output is generated... but the output is garbled.. how can a get the same or similar output as tsm displays for q system.

Storage Management Server for AIX - Version 7, Release 1, Level 4.0


Server Name Server host name or IP address Server TCP/IP port number Crossdefine Server Server Installation
Server Restart Authentication Password Invalid Sign-on Minimum Registration Subfile Backup Availability
Inbound Sessions Outbound Sessions Accounting Activity Log Activity Log Activity Log Activity License
Audit Last License Server License Central Maximum Maximum Event Record Client Schedule Quer
y Maximum Retry Client-side Scheduling Active Receive- Configuration Refresh Last refresh Context
Messaging Table of Machine Globally Archive Database Total Used Free Encryption Client CPU
Outbound Replication Target Replication Server Default Replication Rule for Default Replication Rule for Default Replicati
on Rule for Replication LDAP User LDAP Password Default Failover High Level Address Scratchpa


Best Regards
Ram
 
are you sure that's not just your terminal wrapping the output? did you try "less -S <filename>" or :set nowrap! in vi?
 
Give this a try.

dsmadmc -id=TSM_admin_id -pa=TSM_admin_pwd -Displaymode=list "q system" > /path/file_name

Good Luck,
Sias
 
Back
Top