Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: biondo68
  • Content: Threads
  • Order by date
  1. biondo68

    I have file with this records ww

    I have file with this records www.xxxx.it public $user = 'userxxxx'; public $password = 'xxxxxxxxx'; public $db = 'dbxxx'; www.xxxx.it public $user = 'useryy'; public $password = 'yyyyyyyyyy'; public $db = 'dbyy'; I need to parse the file and...
  2. biondo68

    Useradd Centos without ldap

    Hi, it's possible on centos create system users webmaster@pippo.com or support@example.com ? Thanks
  3. biondo68

    Script for Reload services

    Hi, I have a script for reload services, in this case Tomcat . I want that only root can run the batch Can you suggest an efficient way ? my script #!/bin/bash if [ $(date "+%k") -lt 8 -o $(date +"%k") -gt 17 -o $(date +"%a") == "Sat" -o $(date +"%a") == "Sun" ] then...
  4. biondo68

    script perl

    Hi I am new in perl script . I read tuttorial and other but now I need help for my first script . I have file with 13000 rows Where the row have event with "critical" I need to overwrite "TRAP" variable with "2" Where the row have event with "warning" I need to overwrite...
  5. biondo68

    More directory

    Hi all, I have a filesystem with more directory (546 )and subdirectory .. My hope is to have a list with only one line per directory without subdirectory I use Find in conjunction with Sort but is no good find ./ -type d |sort -u O.S Sun Solaris 10 Help me , thanks Biondo68
  6. biondo68

    Questions Select

    Hi Everyone, So, can anyone tell me how to edit these select? SELECT * FROM documenti, docinfo, mdoccepag2 WHERE documenti.d_id = docinfo.d_id AND docinfo.d_id = mdoccepag2.d_id AND mdoccepag2.d_studio = 'S' AND mdoccepag2.d_azienda = 'S' ORDER BY docinfo.d_data DESC, docinfo.d_id ASC it's...
  7. biondo68

    ERRPT Information HACMP

    Hi all, I.ve this information in errtp command.. In /var/ha/log there is some log but grpsvcs_1_36.it0001clu01 is not present.. I touch the file grpsvcs_1_36.it0001clu01 for resolve the problem ? Thnks Biondo68 IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION A96B4002...
  8. biondo68

    Error : HACMP

    Hi, In the Clverify Log find this error: ERROR: Network option "tcp_pmtu_discover" has different settings between nodes "it0001aix02" and "it0001aix01". Please make sure that the command no -o "tcp_pm tu_discover" provides the same output on all cluster nodes. ERROR: Network option...
  9. biondo68

    Problem with SSH between Aix to Aix

    Hi guy, I can not really get the ssh protocol between 2 ssh server Aix . I create the id_rsa.pub and authorized_keys with 644, directory .ssh 600 . But I always asks me the password . I don't modified sshd_config and ssh_config and the ssh-keygen with the parameter -t rsa and -b 1024...
  10. biondo68

    hdisk2 defined

    Hi, have a problem with hdisk2 .. I remove the FO cable ( mistake )and also after the reboot I meet the following problem . I do not know like resolving the problem. help me ? ITMILX01-ROOT /> lsdev -Cl hdisk2 hdisk2 Defined 09-08-02 MPIO Other FC SCSI Disk Drive ITMILX01-ROOT /> lsattr -l...
  11. biondo68

    Users

    Hi I'd like to create a user with a only the permissions RW in HOME directory and is not possibile tu change directory.. Any help is kindly appreciated! Kind regards Biondo68
  12. biondo68

    ERROR in HACMP in LVM

    Hi all I have two IBM 570 in HACMP Oslevel 5300-03-CSP.. When I try to add a new LV shared ,any LVM work returns "cl_mklv: Operation is not allowed because hgghdbfpgbgjhidadbfpfgeh is a RAID concurrent volume group. " Any suggest ? Thanks a lot Biondo_68
  13. biondo68

    ---9117-570-Installation

    Helo guy, I received 2 new P5 series 9117-570. Where i find link useful for HW installation..cables..ecc....in the Ibm web have not found nothing... ...thanks Biondo68
  14. biondo68

    IBM,7028-6E4 Hardware problem

    hi all, I need help for this problem. Some time the system going down unexpected.. The error log display Diagnostic Analysis Diagnostic Log sequence number: 5643 Resource tested: sysplanar0 Resource Description: System Planar Location: SRN: 651-880 Description...
  15. biondo68

    SSA problems

    I have an 7017-S80 with aix 4.3.3.11 with 7133 serial Disk Systems model D40 . I have installed a new 3 disk 73GB 10.000 rpm SSA160, created new hdisk3 and Volume Group Onlv03. In this 7133 there are another 2 VG , onlvg and onlvg02. The system work properly but in errpt there is this error...
  16. biondo68

    File size greter then 2 GB

    hi all, it's impossibile to do file greater then 2 GB . Which file I must change in order to create file greater then 2 GB ? OSLEVEL Aix 4.3.3 thanks biondo68
  17. biondo68

    Dump error in errpt

    Can anyone help me what is the error means? In errpt i find this error, every day oslevel 5.2 maintanance level 4 thanks biondo 68 Description platform_dump processing failure Detail Data command name platform_dump Line number 960 Message The file system type may not be any...
  18. biondo68

    mount error

    dear all, I have a problem with mount a filesystem PIACENZA-ROOT /> mount /temporaneo Replaying log for /dev/lv01. Devices already mounted that are using /dev/hd8 Failure replaying log: 0 mount: /dev/lv01 on /temporaneo: Unformatted or incompatible media The superblock on /dev/lv01 is dirty...
  19. biondo68

    printer error ? ?

    hi all, when i try to cancel a queue , received this error GORGONZOLA-ROOT /var/spool/lpd/qdir> cancel printer enq: (FATAL ERROR): No login name found. GORGONZOLA-ROOT /var/spool/lpd/qdir> I try to restart e processes qdaemon e lpd ..no results any suggest ? thanks biondo68
  20. biondo68

    Mount e remote Tape

    hi, it'possible to share a tape ? I want to share /dev/rmt0 and have the possibility to mount the same filesystem with another aix. thanks biondo68

Part and Inventory Search

Back
Top