WRKJOBSCDE overview
We have quit a few jobs in the job scheduler, and it quit difficult to get an overview, when there is room ex. for an extra IPL or some maintenance. Is there a database behind, so that I can retrieve data to an Excel spreadsheet?

Answer Question   |  January 12, 2009  9:12 PM
IPL, Work with Job Schedule Entries, WRKJOBSCDE
asked by:
10 pts.

Errors during an IPL
during an IPL we received B200F001 LP=002. What is this error

Answer Question   |  January 12, 2009  11:41 PM
B200F001, Initial Program Load, IPL, IPL error, LP=002
asked by:
5 pts.

Tracking changes
What methods & utilities or applications do you use to track changes in your environment? I use an Excel spreadsheet for myself, but what do you use when tracking changes among several team members? For example, tracking changes in switch configurations, patches applied, folder authority changes, etc. Thanks for your guidance.

Answer Question   |  July 13, 2009  3:43 PM
Change management, Data Center management
asked by:
32,645 pts.

eMac with Mac OS X 10.4.11 Tiger crashes from sleep mode
I have an old (Bought in 2003) emac. (White desktop version) When I go to “About This Mac” it says: Version 10.4.11.(Upgraded to Tiger a few months ago).Processor: 1 GHz PowerPC G4. Memory: 256 MB SDRAM. When the computer goes to “sleep” and then I try to use it, it shuts down. When I start [...]

Answer Question   |  January 14, 2009  1:16 AM
eMac, Mac OS X, Mac OS X 10.4 Tiger, Mac OS X Sleep Mode, POST, Power On Self-Test Beep
asked by:
5 pts.

Diskless Install iSCSI Remote Boot with Intel Pro 1000/PT NIC Windows 2008 Installer doesnt see LUN
Hello I have a Dell 2950 ||| and it has an Intel Pro 1000/pt Dual Port Server Adapter in it. I have configured the adapter for iSCSI remote boot, and during server startup the NIC is able to connect to my iSCSI LUN (Windows Storage Server w/ iSCSI Target Installed). When I go to install [...]

Answer Question   |  January 8, 2009  8:21 PM
diskless install, Intel, iSCSI, iSCSI LUN, LUN, NIC, pro 1000, remote boot, Windows Server 2008 Installer, Windows Storage Server
asked by:
5 pts.

fixup local database on a mac client
Is there a way to run fixup and compact on a local (client not server copy) of a database file with Lotus 8.5 for the Mac (release)?

Answer Question   |  June 18, 2009  8:16 PM
Lotus Domino 8.5, Lotus Domino 8.x, Lotus Notes Database, Mac OS X
asked by:
80 pts.

Trouble creating a RAID array with VMWare ESX3i
Hi, We’ve set up VMWare ESX3i on a single disk on our HP DL140 Server. We’re now trying to set up a RAID array, using the in-built LSI Logic SAS1068 RAID controller. Unfortunately, it says that there’s not enough space at the end of the disk, and it would need to be formatted, in order [...]

Answer Question   |  January 16, 2009  2:19 PM
HP DL140 Server, LSI Logic SAS1068 RAID controller, RAID, RAID 1, RAID Array, Raid Controller, VMware ESX, VMware ESX 3i
asked by:
20 pts.

Type of IBM AIX 5L installation
i am working with AIX5L operating system i.e allready installed and configured by someother persons. I want to know which method of installation they diid 1.new and complete overwrite 2.preservation 3.migration

Answer Question   |  January 8, 2009  5:25 AM
AIX on Power, IBM AIX 5L, IBM i, IBM i for Power Systems
asked by:
5 pts.

What should our next contest be on ITKnowledgeExchange.com?
We want to kick off the new year with an exciting contest and want your input. We have done a variety of contests from the top 3 Knowledge Point earners winning prizes like an XBOX 360. Also we have had Amazon.com gift cards for the top 10 point earners who achieve over 500 Knowledge Points. [...]

Answer Question   |  January 11, 2009  4:02 PM
AS/400, CRM, Database, DataCenter, Development, Exchange, Linux, Lotus Domino, Mobile, Networking, Oracle, SAP, SQL Server, Storage, Virtualization, VoIP
asked by:
16,755 pts.

asked by:
5 pts.

SRC error 67563200 when booting my AS/400e series
my system have not come up it is turning on 67563200. pls what can be wrong with my system

Answer Question   |  January 8, 2009  9:32 AM
AS/400 error messages, AS/400 errors, IP, MFIOP, SRC error 67563200
asked by:
5 pts.

How can I get my Dell Optiplex to see a USB keyboard DURING boot process? (So I can get to the BIOS.)
I cannot boot up my PC I just purchased. It gets to a screen that says no boot device is available. (This is not a hardware problem, I just need to format the drive.) I have a Windows XP disk and wish to install that onto this computer. Sounds easy to this point right? Well [...]

Answer Question   |  April 18, 2011  7:09 AM
BIOS, Boot, Dell, Dell Optiplex GX280, PS/2 keyboard, USB keyboard
asked by:
5 pts.

Windows 2000 Server NICs
I added a second NIC in a new 192.168 ip range. How do I get it to talk nic 1 ( 101 ) to nic 2 (102)? I added a range entry in scope for dhcp but still not working.

Answer Question   |  January 6, 2009  4:45 PM
Dell servers, DHCP server, NIC, Windows 2000 Server
asked by:
WCM
10 pts.

Database connectivity using Data Control
Provide a sample code to how by using VB 6.0 connectivity can be done by Daat Control tool with the database SQL Server 2000

Answer Question   |  January 6, 2009  1:07 PM
DAO, DAO 6, Data Access Object, Database connectivity, SQL Server 2000, VB 6, Visual Basic, Visual Basic 6
asked by:
10 pts.

Inserting CRLF in mainframe FTP program
The following question was posted by another person on Feb. 19, 2007. I am having a problem with FTP’ing a file that does not contain CRLF to the mainframe. Because the source file does not contain a CRLF to signify the end of line, only the data up to the LRECL of the file will [...]

Answer Question   |  January 7, 2009  8:05 PM
CICS, CRLF, FTP, Intel, Mainframe FTP Program
365 pts.

CICS subprogram not running properly
Why isn’t this subprogram running properly? Main-Program: ENVIRONMENT DIVISION. INPUT-OUTPUT SECTION. FILE-CONTROL. SELECT TEST-RESULTS-FILE ASSIGN TO DISK "TESTRESULTS.TXT" ORGANIZATION IS LINE SEQUENTIAL. SELECT PRINT-FILE ASSIGN TO PRINTER "TEST-RESULTS-REPORT.TXT". DATA DIVISION. FILE SECTION. FD TEST-RESULTS-FILE. 01 TEST-RESULTS-RECORD PIC X(67). FD PRINT-FILE. 01 PRINT-REC PIC X(80). WORKING-STORAGE SECTION. 01 SWITCHES-AND-COUNTERS. 05 NUMBER-OF-ERRORS-IN-THIS-RECORD PIC S9(04) COMP VALUE 0. [...]

Answer Question   |  January 5, 2009  7:58 PM
CICS, CICS Subprogram Performance, CICS Subprograms
365 pts.

Insufficient storage when starting region in CICS
We are running under CICS TS V3.1. Yesterday we received an error message indicating the region could not start as there was insufficient storage below the 16M line. We had to back out a product to get the region to start. Most of our CICS regions have DSALIM between 6-8M. I don’t want to allocate [...]

Answer Question   |  January 14, 2009  7:56 PM
CICS, CICS Errors, CICS Storage, CICS TS V3.1, DSALIM
365 pts.

Creating a sequential file in CICS
Initially I had VSAM in CICS, but now a client want to remove the VSAM files. I need to create a sequential file in CICS and store the data in a GDG. Is it possible and could you please suggest how can I achieve it?

Answer Question   |  January 6, 2009  7:51 PM
CICS, CICS Sequential Files, GDG, VSAM
365 pts.

setting up mirroring on 2 different servers
How can a database be mirrored on 2 different servers. I am not talking about a witness server. I am talking about 2 mirrors running simultaneously, from the same database, How can that be set up. what are the steps, any help will be appreciated.

Answer Question   |  January 6, 2009  3:14 PM
Mirrored Server, Mirroring, Server management, Server mirroring
asked by:
255 pts.

How to update BIOS on Gateway 700x
I have downloaded the bios update from gateway. When I copy the expanded files to diskette the auto ex and command com file do not show they were copied. I believe the file are there, they aren’t visible however. When I start the computer it displays a message that the diskette is not a system [...]

Answer Question   |  March 13, 2009  1:54 AM
BIOS, BIOS Update, Gateway 700x, Invalid system disk
asked by:
5 pts.