ful56_uk Posted February 16, 2010 Posted February 16, 2010 hi guys I am trying to run a command that list all my network adaptors on a esx host in the commmand line. however when i type the command in it shows everything which is what i want but i can see the first becuase i can scroll up is there a command that i can put in to get the information bit by bit to display on screen. thanks mark
danbuntu Posted February 16, 2010 Posted February 16, 2010 have you tried holding down shift and using the cursor keys? 1
Duke Posted February 17, 2010 Posted February 17, 2010 Pipe it to more like bio said, that's the standard way of viewing more than a screen's worth of data one screen at a time under Linux. You can do it with anything, like viewing a log file or something: cat filename.log | more. At the end of each page hit the spacebar. Alternatively, enable SSH on your ESX box then use Putty to connect to it. That way you get a scroll bar and can see your whole session. When you need some space to think clearly just run clear. Chris 1
ful56_uk Posted February 17, 2010 Author Posted February 17, 2010 cheers guys ill have a go with putty
Duke Posted February 17, 2010 Posted February 17, 2010 cheers guys ill have a go with putty I don't know if this is the case with just ESXi or whether it applies to ESX too, but SSH isn't supported by VMware unless you're working with their tech support department. You have to go through an 'unsupported' method to do it, and once you're in you get a full shell. Just a heads-up. Chris
apaton Posted February 17, 2010 Posted February 17, 2010 I don't know if this is the case with just ESXi or whether it applies to ESX too Only applies to ESXi. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now