AS400 – Shell scripting
cp -r /home/ARC_SETUP/ARC585_DEV/webapps/MA/* /home/backup/manew cp: 001-3007 usage: cp £-r | -R £-H | -L | -P]] £-fhipt] source_file target_file cp £-r | -R £-H | -L | -P]] £-fhipt] source_file … target_directory When iam copying the files from one direcctory to another directorl,iam getting this error in shell command.please correct me,where i went wrong.

Answer Question   |  December 29, 2010  9:07 AM
AS/400 scripts, AS400 Shell command, Shell commands, Shell scripts
asked by:
335 pts.

How to configure DNS server & client in Linux RedHat
How can I configure a DNS server & client in Linux RedHat?

Answer Question   |  May 7, 2013  8:23 AM
DNS, DNS server, Linux, Linux administration, Red Hat, tecnical
asked by:
5 pts.

Learning to use Linux
Hello! all… I have been in the IT Industry for several years now and wanted to know the best locations online to get started working with Linux? I have limited UNIX knowledge such as creating / modifying user accounts and working with the print queue, but I would like to gain a strong foundation in [...]

Answer Question   |  December 24, 2010  7:57 PM
Linux, Linux administration, Linux administration tools, Unix
asked by:
50 pts.

Lock an OUTQ
How can you allocate an OUTQ for a user than deallocate.

Answer Question   |  December 15, 2010  3:58 PM
Linux administration, OUTQ, OUTQ management, OUTQ security, Unix administration
asked by:
30 pts.

How to remove the double quotes in CSV file in iSeries
Hi The command is to remove the double quotes present in CSV file. I have used one shell command. Strqsh cmd(Sed -e ‘s/”"//g’ file name > new file name) I have to write this command in CLLE program. CHGVAR     VAR(&RPLC) VALUE(‘Sed’ *BCAT ‘-e’ *BCAT +                  ‘s/”"//g’ *BCAT ‘/’ *TCAT &USER +                            *TCAT &WOUTFN [...]

Answer Question   |  December 13, 2010  11:59 AM
AS400 program, CLLE, CSV, CSV file format, iSeries, Shell commands
asked by:
335 pts.

Removing HPLIP software from Ubuntu
How to remove HPLIP software in Ubuntu?

Answer Question   |  December 9, 2010  12:50 AM
Linux, Linux administration, Ubuntu
asked by:
320 pts.

Outlook is not working with squid proxy
Hi i am having squid proxy server and with windows 7 home basic clients everything is working perfectly but outlook is unable to connect with gmail please help me thanks in advance

Answer Question   |  March 3, 2011  12:50 PM
Outlook Errors, Proxy Server Configuration, Proxy servers, Squid, Squid configuration
asked by:
Gmc
5 pts.

Vsphere and KVM licensing cost comparison
Hi, Can anyone help me out to simplify the understanding on the Vsphere and Redhat KVM virtualization licensing costs with an example(if possible)? Slightly confused on this ,it would be of great help to me. Thanks for your help Abhi

Answer Question   |  December 16, 2010  3:51 PM
KVM, RedHat, VMWare License, vSphere
asked by:
65 pts.

Tomorrow at 4PM ET: ITKE Rolls Out New Badge System
Badges are almost here and we could use your help. Friday at 4pm ET, we will be launching the new badge system so we need you to stay vigilant and let us know if you notice anything odd with your badges, your profile, or the site. Be aware that [strong]we are planning to experience some [...]

Answer Question   |  May 26, 2011  6:55 PM
AS/400, Business Intelligence, Channel, CIO, CRM, Database, DataCenter, Developement, Exchange, Linux, Lotus Domino, Microsoft Windows, Mobile, Networking, Oracle, SAP, Security, SQL Server, Storage, Virtualization, VoIP, Windows Server 2003
asked by:
16,755 pts.

Can I direct query the Oracle database with SQL Plus?
I am about to start work on a SAP system which has an underlying Oracle(version 10) database. I would like to know if it straightforward to query the Oracle database directly iusing SQL*Plus for example ?

Answer Question   |  November 18, 2010  8:23 AM
ERP, Oracle, Oracle 10, Oracle Database, Oracle Query, SAP, SQL, SQL Plus, Unix
asked by:
10 pts.

Unsharing changes in linked files in Linux
Suppose you have a file that is linked to a file owned by another user. How can you ensure that changes to the file are no longer shared?

Answer Question   |  November 19, 2010  2:19 AM
File sharing protocols, File Sharing Security, Linux file permissions, Linux file system
asked by:
5 pts.

Is there an application for notifying me of harmful emails?
How do I know about phishing / harmful mail without open it? I know there r no of 3rd party SW, (like mail sniffer etc….) but I ask for is there any in-built tool / mechanism…. I am using Firefox and OS is LinuX

Answer Question   |  November 30, 2010  12:08 PM
Linux OS, Phishing, Windows Server 2008
asked by:
22,035 pts.

Free IT Book: Next-Generation Data Center Architectures from Cisco
This week’s free IT book is your complete guide to planning, configuring, managing and troubleshooting NX-OS in enterprise environments: NX-OS and Cisco Nexus Switching. For your copy of this great resource for Next-Generation Data Center Architectures, simply answer one of five questions below and provide a link to your answer in the discussion area of [...]

Answer Question   |  November 15, 2010  4:15 PM
Cisco Routers, Giveaways, IT Books, ITKE, ITKE Contests, Linux firewalls, MySQL Database, SonicWALL, Symantec Backup Exec 12
asked by:
6,315 pts.

Question on achieving ultimate network security
Hello I would be grateful if you could advise me on a security issue I have on my network security. I have a web application on linux with my data stored on a mysql database on the same server (actually it is a sugarcrm) The sugarcrm which contains information about my clients is used by [...]

Answer Question   |  November 15, 2010  1:34 PM
Firewalls, IDPS, IDS, Linux applications, MySQL Database, Network security
asked by:
5 pts.

Want to Implement IDS & IPS In Linux Firewall
[strong]We are into firewall services, We had our own firewall Hardware & Services. Our Firewall is new in the market & IDS & IPS feture is not available in the firewall. I would like to know from were to get IDS & IPS Signature & certificate so that our firewall will be complete firewall.[/strong]

Answer Question   |  November 16, 2010  11:09 AM
Firewalls, IDS, IPS, Linux, Linux firewalls
asked by:
5 pts.

Changing CentOS code
can i edit the code of cent os?

Answer Question   |  November 15, 2010  6:32 AM
CentOS, CentOS administration, CentOS configuration, CentOS installation
asked by:
5 pts.

Creating script file to send AS/400 file to unix using SFTP
Hi, I’m using a script file in an AS400′s IFS to send a file to a Unix server.  lchdir /SFTP/RMDEDTRC                      cd /var/opt/apps/reporting/prod/dat/in/dvcs put RMDDWKP                                rename RMDDWKP RMDDKEP.TXT                     chmod 0766 RMDDKEP.TXT                     quit                                       RMDDWKP is the AS400 file.  I want to send it, then rename it.  It can’t find RMDDWKP.  Why not?  What is the correct code? [...]

Answer Question   |  November 16, 2010  7:30 PM
AS/400, AS/400 scripts, SFTP, Unix
asked by:
90 pts.

Avamar vs. TSM – an Avamar scale to a large enterprise datacenter environment?
We’re a large TSM shop. But we also have a large distributed environment where we’ve recently implemented EMC’s Avamar backup solution.  We’re now being asked to look at the TCO of replacing TSM with Avamar in our datacenter environment.  We’re only looking at our VMware and NAS areas right now.  My question is, who out there has any [...]

Answer Question   |  November 19, 2010  4:49 PM
AIX, Avamar, Backup and Recovery, Backup and recovery software, Data Center in 2010, Data Center management, EMC, Linux, TSM Backup
asked by:
5 pts.

Nagios footprint in Linux environment
How much resources does Nagios need for a basic installation, monitoring 50 devices? Alex  

Answer Question   |  November 11, 2010  10:15 PM
IT Infrastructure Monitoring, Linux, Linux monitoring and troubleshooting, Nagios
asked by:
5 pts.

SSH shell error message
When trying to execute ssh within QP2TERM, I get the message You don’t exist, go away?” Any idea what needs to be setup

Answer Question   |  November 11, 2010  5:45 PM
Network protocols, qp2term, Secure Shell, SSH, SSH Configuration
asked by:
105 pts.