Sponsored Content
Full Discussion: Time travel
The Lounge War Stories Time travel Post 302713153 by bakunin on Wednesday 10th of October 2012 10:28:05 AM
Old 10-10-2012
Only now i got it: "IOS", not "I OS". Actually this is not a mainframe but a midrange system, just like the p-series - in fact it is the same hardware.

This system was formerly called "AS/400" and the OS "OS/400" and you will find probably a lot more under these terms than under "IOS". Most of it, even the most outdated information, will probably still apply because the system hasn't changed that much for the last 20 years.

The AS/400 is quite radically different from anyother machine (for instance it has a linear address space which spans memory AND disk space - you move a file and it is dumped from memory to disk) and getting around the concepts is probably quite hard first.

On the other hand the AS/400 is famous for needing next to no administration at all. There are many companies owning a AS/400 and having had no Sysadmin for the last 15 years. Try that with a Unix system, it would be long broken.

The network is an alien thing too: it is called 5250 and works similar to (but is still different from) the SNA system and the 3270 data stream the IBM mainframes use.

Now for the good news: because IOS systems work in p-Series hardware there are still VIOS and HMC and they work absolutely the same way as you are accustomed to. Just the LPARs running IOS are different (inside - they are still the same LPARs from outside, say, from the viewpoint of the VIOS or the HMC).

I hope this helps.

bakunin
 

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How To Provide Time Sync Using Nts-150 Time Server On Unix Network?

can anybody tel lme,how to instal NTS -150 on a unix network,it needs some patch to fetch time frm serve,,?? (2 Replies)
Discussion started by: pesty
2 Replies

2. Shell Programming and Scripting

Convert Epoch Time to Standard Date and Time & Vice Versa

Hi guys, I know that this topic has been discuss numerous times, and I have search the net and this forum for it. However, non able to address the problem I faced so far. I am on Solaris Platform and unable to install additional packages like the GNU date and gawk to make use of their... (5 Replies)
Discussion started by: DrivesMeCrazy
5 Replies

3. Programming

PHP Travel Clock based on Mysql Date time

I have date time records in a PHP mysql table, I need a PHP travel clock which obviously counts down, I mean acts like a travel clock, but the clock time should be the date time field value down by the second, based on the full date time, from day to seconds It is not just one record, I... (1 Reply)
Discussion started by: AimyThomas
1 Replies
AGGREGATE-IOS(1)					      General Commands Manual						  AGGREGATE-IOS(1)

NAME
aggregate-ios - optimise a concatenated set of cisco/IOS prefix filters to help make them nice and short. SYNOPSIS
aggregate-ios <source_config >optimised_config DESCRIPTION
Takes cisco IOS configuration on stdin, and optimises any prefix filters found using aggregate(1). Optimised filters are produced on std- out. OPTIONS
None. DIAGNOSTICS
Any diagnostics produced by aggregate(1) are passed through on stderr. EXAMPLES
The following configuration fragment: ip prefix-list AS65530 description Foo, Inc ip prefix-list AS65530 permit 10.1.0.0/16 ip prefix-list AS65530 permit 10.2.0.0/16 ip prefix-list AS65530 permit 10.2.1.0/24 ip prefix-list AS65530 permit 10.3.0.0/16 ip prefix-list AS65531 description Bar.Com ip prefix-list AS65531 seq 5 permit 192.168.1.0/24 ip prefix-list AS65531 seq 10 permit 192.168.2.0/24 ip prefix-list AS65531 seq 15 permit 192.168.0.0/19 is optimised as follows: ip prefix-list AS65530 permit 10.1.0.0/16 le 24 ip prefix-list AS65530 permit 10.2.0.0/15 le 24 ip prefix-list AS65531 permit 192.168.0.0/19 le 24 SEE ALSO
aggregate(1) HISTORY
Aggregate-ios was written by Joe Abley <jabley@mfnx.net>. BUGS
All those in aggregate(1) and then some :) Joe Abley 2000 November 27 AGGREGATE-IOS(1)
All times are GMT -4. The time now is 01:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy