Reg ORBTRC FILES IN WEBSPHERE

HI ,
we are running the shell script which runs java programs,
we are getting the result no problem ,
but it is generating the unwanted ORBTRC files
we are using websphere application server.
we donot want these orbtrc files.
HOW CAN WE DISABLE THE FILES
pls guide this.
Thanks and regards

Hi,
The files should be in path should be /sapmnt/SID/global/<clientnumber>JOBLG.
These are the BG log files and you can safely delete these files. But it is suggested that you should keep files of older than 5 days at least in the system for Prod systems.
Please note that once you have deleted these files on OS level, you wont be able to read the job logs in SM37.
Please check that SAP Standard jobs are running in the system or not. Ideally these files should be deleted from the file system when old jobs are deleted from your SAP system using the SAP standard job.
Please refer to SAP note "Note 16083 - Standard jobs  reorganization jobs" and "Note 6604 - Deleting job logs at operating system level" also for more details.
With Regards,
Saurabh
Edited by: Saurabh.Arora on May 14, 2009 2:44 PM

Similar Messages

  • JMS adapter error for FILE - XI - WebSphere MQ

    Hi
    We are facing an issue for a File to websphere MQ (5.3) implementation.
    When we run the interface , it is giving an error in the run time work bench , Adapter error:
    Exception caught by adapter framework: null
    Delivery of the message to the application using connection AFW failed, due to: RecoverableException.
    Would also like to know if we need to mention  Channel Name while configuring the adapter.
    we have already placed the required driver for WebSphere MQ in XI server i.e com.ibm.mq.jar , com.ibm.mqjms.jar ,com.ibm.mqbind.jar

    Hi John,
    If you are working with IBM MQ 5.3, you would also need connection.jar deployed in the JMS driver.
    You can mention the MQ channel name in the Receiver channel configuration in XI.
    Ensure that the listener service on this channel is started.
    More info at Re: XI--WebSphereMQ : Receiver Channel Inactive in MQ
    regards,
    Paparao

  • Pls send the JCA rar file for Websphere

    Hi All,
    Is there any JCA rar file for IBM Websphere server? I want to access BAPI from through my application in Websphere. I dont have JCo. I want to use JCA only.
    Where can I find the JCA rar file for Websphere server?
    If you have the rar file that need to be delpoyed in WEbsphere pls send to : [email protected]
    Thanks In advance
    George

    Hi,
    When you configure the Connection Factory for FTP Adapter in Admin Console,along with the hostname, username, password, port; we also need to give the path of remote location as where
    you want to write the file in remote Server. While configuring the Connection Factory, find the attribute called ftpAbsolutePathBegin. Please fill this
    attribute with the path like /soa/ftp/file (example path)
    Also , try to bounce the server and test the same...
    Please try this and let me know...
    Thanks,
    N

  • Deploy war or ear file to Websphere Server

    Anyone knows how to deploy .war file to Websphere Application Server after building the completed JSF web application from Creator tool? Or how to deploy the application developed in Creator to other servers such IBM Websphere, JBoss ...etc.
    By theory, to put on server, any web ear files can be dropped into web contents directory of each server. In my case, I put war file on IBM Websphere 5.1, but it did not work.
    Thanks in advance.
    VTT_

    Did you use the export war facility on your project in the project navigator? this should work fine.
    Note you will need to create your datasources etc using hte admin tools for the server of your choice.
    There may also be some library requirements for JSF that your server doesn't have - I know this is true for tomcat, for example... see
    http://swforum.sun.com/jive/thread.jspa?threadID=46057&tstart=0
    hth,
    Val

  • How to deploy a war file into websphere appserver? error !!!

    Hello expert,
    I build one very simple war file, simpletest.war, using build tool 'ant', I did not have any tools available at this moment:
    D:\Projects\E-form\simpletest\build>jar.exe -tvf simpletest.war
    0 Fri Nov 11 12:06:52 CST 2005 META-INF/
    106 Fri Nov 11 12:06:50 CST 2005 META-INF/MANIFEST.MF
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/txdot/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/txdot/forms/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/txdot/forms/renderform/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/
    476 Fri Nov 11 11:58:20 CST 2005 Default.jsp
    3045 Fri Nov 11 12:06:52 CST 2005 WEB-INF/classes/txdot/forms/renderform/GetForm.class
    513415 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/dom4j-full.jar
    1171931 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/etechUtils.jar
    92281 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/formServer-client.jar
    288752 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/j2ee.jar
    32062 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/jaxrpc.jar
    60047 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/resolver.jar
    959368 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xercesImpl.jar
    126179 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xercesSamples.jar
    124724 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xml-apis.jar
    124724 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xmlParserAPIs.jar
    721 Fri Nov 11 11:58:28 CST 2005 WEB-INF/web.xml
    And web.xml is :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
    <web-app>
    <servlet>
    <servlet-name>txdot.forms.renderform.GetForm</servlet-name>
    <servlet-class>txdot.forms.renderform.GetForm</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>txdot.forms.renderform.GetForm</servlet-name>
    <url-pattern>/GetForm</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>Default.jsp</welcome-file>
    </welcome-file-list>
    <error-page>
    <error-code>404</error-code>
    <location>/renderform/error.jsp</location>
    </error-page>
    </web-app>
    But when I try to deploy into websphere app server, it gave me one error saying corrupted files. But the same file I can run in Jboss.
    Thanks a lot.
    Grace

    Yanping, we use ANT all the time to deploy to WebSphere without a problem.
    Why don't you ask Natasha or John for some help. Otherwise, walk over to Walnut Street and ask at the Computer Support Center.

  • How to deploy a war file into websphere appserver

    Hello expert,
    I build one very simple war file, simpletest.war, using build tool 'ant', I did not have any tools available at this moment:
    D:\Projects\E-form\simpletest\build>jar.exe -tvf simpletest.war
    0 Fri Nov 11 12:06:52 CST 2005 META-INF/
    106 Fri Nov 11 12:06:50 CST 2005 META-INF/MANIFEST.MF
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/txdot/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/txdot/forms/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/txdot/forms/renderform/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/
    476 Fri Nov 11 11:58:20 CST 2005 Default.jsp
    3045 Fri Nov 11 12:06:52 CST 2005 WEB-INF/classes/txdot/forms/renderform/GetForm.class
    513415 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/dom4j-full.jar
    1171931 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/etechUtils.jar
    92281 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/formServer-client.jar
    288752 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/j2ee.jar
    32062 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/jaxrpc.jar
    60047 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/resolver.jar
    959368 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xercesImpl.jar
    126179 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xercesSamples.jar
    124724 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xml-apis.jar
    124724 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xmlParserAPIs.jar
    721 Fri Nov 11 11:58:28 CST 2005 WEB-INF/web.xml
    And web.xml is :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
    <web-app>
    <servlet>
    <servlet-name>txdot.forms.renderform.GetForm</servlet-name>
    <servlet-class>txdot.forms.renderform.GetForm</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>txdot.forms.renderform.GetForm</servlet-name>
    <url-pattern>/GetForm</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>Default.jsp</welcome-file>
    </welcome-file-list>
    <error-page>
    <error-code>404</error-code>
    <location>/renderform/error.jsp</location>
    </error-page>
    </web-app>But when I try to deploy into websphere app server, it gave me one error saying corrupted files. But the same file I can run in Jboss.
    Thanks a lot.
    Grace

    Hello,
    Who are you pls? It looks like you know all of us.
    Thanks for your response. Is there special format for
    web.xml or just generic?
    GraceYanping:
    web.xml has a DTD that is readily available. You may refer to it.

  • Deploy a war file into websphere appserver, Error!!

    Hello expert,
    I build one very simple war file, simpletest.war, using build tool 'ant', I did not have any tools available at this moment:
    D:\Projects\E-form\simpletest\build>jar.exe -tvf simpletest.war
    0 Fri Nov 11 12:06:52 CST 2005 META-INF/
    106 Fri Nov 11 12:06:50 CST 2005 META-INF/MANIFEST.MF
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/txdot/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/txdot/forms/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/classes/txdot/forms/renderform/
    0 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/
    476 Fri Nov 11 11:58:20 CST 2005 Default.jsp
    3045 Fri Nov 11 12:06:52 CST 2005 WEB-INF/classes/txdot/forms/renderform/GetForm.class
    513415 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/dom4j-full.jar
    1171931 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/etechUtils.jar
    92281 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/formServer-client.jar
    288752 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/j2ee.jar
    32062 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/jaxrpc.jar
    60047 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/resolver.jar
    959368 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xercesImpl.jar
    126179 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xercesSamples.jar
    124724 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xml-apis.jar
    124724 Fri Nov 11 12:06:50 CST 2005 WEB-INF/lib/xmlParserAPIs.jar
    721 Fri Nov 11 11:58:28 CST 2005 WEB-INF/web.xml
    And web.xml is :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
    <web-app>
    <servlet>
    <servlet-name>txdot.forms.renderform.GetForm</servlet-name>
    <servlet-class>txdot.forms.renderform.GetForm</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>txdot.forms.renderform.GetForm</servlet-name>
    <url-pattern>/GetForm</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>Default.jsp</welcome-file>
    </welcome-file-list>
    <error-page>
    <error-code>404</error-code>
    <location>/renderform/error.jsp</location>
    </error-page>
    </web-app>But when I try to deploy into websphere app server, it gave me one error saying corrupted files. But the same file I can run in Jboss.
    Thanks a lot.
    Grace

    Yanping, we use ANT all the time to deploy to WebSphere without a problem.
    Why don't you ask Natasha or John for some help. Otherwise, walk over to Walnut Street and ask at the Computer Support Center.

  • Help: Problems accessing XML file in WebSphere 3.5 Fix Pack 4 on Solaris

    We are having an emergent issue with WebSphere 3. 5 Fix Pack 4 on Solaris 2.6: The WAR file we deployed fails with runtime exception due to the inability
    to access a local resource(XML file) in the converted WAR file's web directory.
    The way we access this XML file is as follows:
    ServletContext theCon = getServletContext();
    URL u = theCon.getResource ("/web/test.xml");
    String newPath = u.toExternalForm ();
    InputStream is = new URL (newPath).openStream();
    The InputStream returned from the URL object is NULL.
    After checked the URL's externalForm string, we noticed that its protocol part is "classloader", e.g. the whole URL string is like "classloader:/opt/...../web/test.xml". However, if we replaced "classloader" with "file", the problem disappeared and the XML file can be read without error.
    Anybody know why "classloader:" in the URL string cause this problem, and what is the solution without changing the URL string?
    Thanks a lot!

    Hi,
    Can you try to replace the two last lines with:InputStream is = new FileInputStream (u.getFile());Hope this helps,
    Kurt.

  • Reg Archive files

    I want to know where the archive files will be stored, is it in application server, if i use the function module SUBST_GET_FILE_LIST, can i fetch the files for a particular directory, as i am able to fetch application server files, but i want to know whether i can fetch archive files.
    Thanks & regards.
    venkat.

    Venkat,
              Archived files are normally stored in External storage devises. Generally data which is old and not very frequently acessed is archived, to improve the afficiency of the SAP R/3 system.
              Yes you can retreive archived files. There are standard programs to retrieve archived files.
    For eg: RM06ER30 to retrieve archided Purchase Documents etc.
    a Basis consultant plays the significan role to manage the storage decises such as providing ACESS to the archived data in external storage devises.
    Hope this explanation of mine helps you.
    Murthy.

  • Reg: Html file download from server

    My requirement is download file from server. Am using jsp and servlet this. While downloading the file a dialog box with open, save and cancel option. When try to open html file it, open in the same window .
    Req: it should be open in seperate window (ie)
    Please advise me how to open a html file in seperate explorer
    Am using below Code for download a file:
    private void downloadFile( HttpServletResponse response, String strFileType, File file ) throws Exception
    logger.trace(Util_Client.INFO, Util_Client.getInfo(), "File download Started.");
    BufferedInputStream bufferedInputStream = null;
    try {
    String strContentType = fileExtnContentTypeMapping.get(strFileType);
    if(strContentType == null)
    strContentType = fileExtnContentTypeMapping.get(CLConstants.FILE_EXTN_OTHERS);
    response.setContentType(strContentType);
    String strHeader = "Attachment;Filename=" + file.getName();
    response.setHeader("Content-Disposition", strHeader);
    byte data[] = new byte[CLConstants.FILE_DOWNLOAD_STREAM_READ_BUFFER];
    bufferedInputStream = new BufferedInputStream( new FileInputStream( file ), CLConstants.FILE_DOWNLOAD_STREAM_READ_BUFFER );
    int count;
    while((count = bufferedInputStream.read(data, 0, CLConstants.FILE_DOWNLOAD_STREAM_READ_BUFFER)) != -1 ) {
    response.getOutputStream().write( data, 0, count );
    response.getOutputStream().close();
    }catch (ClientAbortException clientAbortException) {
    clientAbortException.printStackTrace();
    }finally{
    try {
    if( bufferedInputStream != null )
    bufferedInputStream.close();
    } catch (Exception exceptionFinally) {
    exceptionFinally.printStackTrace();
    logger.trace(Util_Client.INFO, Util_Client.getInfo(), "File download Ends.");
    Thanks in advance
    Edited by: sunRP on Oct 11, 2009 9:47 AM

    The best you can do is set the correct content type.
    Once the file reaches the client's browser it's up to the client and their browser settings to decide what to do with it.
    You can't control the client's browser from your servlet.

  • Reg. File split in XI

    Hi,
            How do we split a file in XI? I Know that we can split a file using BPM step Message split. But my scenario is like, I am getting a flat file from a customer and as soon as it picked up by the File adaptor, it should be split into two parts if the file size exceeds certain limit say 100MB. How do we handle such type of scenarios in XI?  
    Regards,
    Murthy

    Hi ,
    Check Satish Reddy's reply in the following thread
    Re: File receiver - Get file size
    Regards,
    Sushil.

  • Reg: Sender File Adapter - Picking the files serially

    Hi Folks
    I have a requirement where I require help from you with you valuable suggestions/solutions. Requirement is :
    1.  Two different folders(folder1 & Folder2) at sender system, PI has to pick the files from Folder 1 and needs to process to target.
    2. Exactly after 30min duration PI has to pick the files from the second folder i.e., from Folder 2.
    Conditions are :
    i)  Only after processing the files from Folder 1 PI should process the files from Folder2(after 30min).
    ii) We might have many files(approx 10 - 15files) in each folder, PI must poll all the file in the folder in a single poll(i.e., without any delay).
    Please suggest me what could be the best solution for this, either to create two communication channels or can we handle it using a single communication channel.
    Kindly suggest.

    Hi Suman,
    The easieiet way is to use single communication channel to pick up all the files from the first folder.  Then run a unix script in after processing column where it will check for any files to be picked by xi in folder1 and then proceed with transferring files from folder2 to target.
    By this, you are making the scenario simple and realistic.
    There are other alternatives like using two communication channels and the only hurdle will be the timing to check whether the folder1 files have been completely picked up or not.
    Regards
    Krish.

  • Reg : txt Files in Server directory (UTL_FILE)

    Hi Experts,
    Suppose, I've placed 5 +.txt+ files (procedure/table creation scripts) in a db server directory.
    Is there any way I can loop through each of the files?
    I need to pull the content of each file into oracle table using a procedure. So, I'm trying dynamically trying to use External Tables with Execute Immediate inside my proc. Will package UTL_FILE help in this?
    Please give some suggestions.
    Let me know if you have any concerns.
    Ranit B.

    As an alternative solution, have you considered using external LOB's? Using this approach could save significant overhead vs. the external tables solution because it doesn't require any schema objects for accessing the txt files (if you use an SQL script instead of a stored procedure).
    http://docs.oracle.com/cd/B14117_01/appdev.101/b10796/adlob_bf.htm#1010878
    Below is an excerpt from the link the Oracle docs above; this could be used as a starting point. (Substitute your directory name/file name for the BFILENAME arguments.)
    /* This file is installed in the following path when you install */
    /* the database: $ORACLE_HOME/rdbms/demo/lobs/plsql/fdisplay.sql */
    /* Displaying BFILE data.  */
    /* Procedure displayBFILE_proc is not part of DBMS_LOB package: */
    CREATE OR REPLACE PROCEDURE displayBFILE_proc IS
       file_loc BFILE := BFILENAME('MEDIA_DIR', 'monitor_3060.txt');
       Buffer   RAW(1024);
       Amount   BINARY_INTEGER := 200;
       Position INTEGER        := 1;
    BEGIN
       DBMS_OUTPUT.PUT_LINE('------------ BFILE DISPLAY EXAMPLE ------------');
       /* Opening the BFILE: */
       DBMS_LOB.OPEN (file_loc, DBMS_LOB.LOB_READONLY);
       LOOP
          DBMS_LOB.READ (file_loc, Amount, Position, Buffer);
          /* Display the buffer contents: */
          DBMS_OUTPUT.PUT_LINE(substr(utl_raw.cast_to_varchar2(Buffer), 1, 250));
          Position := Position + Amount;
       END LOOP;
       /* Closing the BFILE: */
       DBMS_LOB.CLOSE (file_loc);
       EXCEPTION
       WHEN NO_DATA_FOUND THEN
          DBMS_OUTPUT.PUT_LINE('End of data');
    END;
    SHOW ERRORS;

  • Reg flat file extraction

    Hi Guru's,
    I have a flat file with Sales person, City, product, quantity, amount and calyear. I created info objects for sales person, product, quantity and amount. I gave city as attribute for sales person.
    while creating infocube i can't see the city info object. In transformation how can i map city infoobject of datasource with infocube. please help me.
    Thanks,
    Sneha

    Hi Sneha
    Since you assigned city as an attribute of Sales person you
    should delete that particular column from the flat file and try to
    load it and you can load this city attribute with an sepearate
    flat file for the info object sales person alone so that u can get
    the city attribute while your running a query. You can check it
    by creating a test query on the cube ..
    Hope its clear..!
    Thanks
    P159793(K M R)
    Assigning points is the only way of saying thanks in SDN
    >
    sneha marla wrote:
    > Hi Guru's,
    >
    > I have a flat file with Sales person, City, product, quantity, amount and calyear. I created info objects for sales person, product, quantity and amount. I gave city as attribute for sales person.
    >
    > while creating infocube i can't see the city info object. In transformation how can i map city infoobject of datasource with infocube. please help me.
    >
    > Thanks,
    > Sneha

  • Reg: FVU file conversion error

    Dear All,
    While i try to validate the txt file generated from SAP by FVU utility, I'm getting the error that
    'T-FV-1000 Invalid File Header Record Length'
    The file header line of my file is below for reference
    1^FH^NS1^R^11032011^123456789^D^ABCD12345F^1^^^^^^^
    Also, I went through these threads too, but no gain.
    [Re: Generate Quarterly e-TDS File. prob|Re: Generate Quarterly e-TDS File. prob]
    [Re: REGARDING TDS|Re: REGARDING TDS]
    Regards,
    Bala

    Hi,
    Issue resolved. Problem is TAN no, MOBILE no of TDS deductor, and BSR code not been updated in text file that we generate thrugh J1INQEFILE.
    I have done manually by putting these things in text file and uploaded. I got the FUV file.
    For TAN updating, SAP told us to apply some note.
    SO, issue is NO MORE now.
    Thanks

Maybe you are looking for

  • How can I update my IPad when there is no item for it on the menu of my ipad

    I cannot find a way to up date my iPad because there isn't an item on the menu for it. No one seems to be able to get round this my iPad model is MC 769B and is only 14MB but surely I should be able to update to an iOS 5 or 6?

  • Transferring music frm 1 ipod to another

    me and my friend both have ipod minis and i want to put the music from her ipod onto my ipod using my computer but am really stuck on how to do it ive tried copy and import and that doesnt seem to work so i was hoping someone to help me out by tellin

  • Bluetooth connection IOS 8.1.2 can connect but no audio

    Hello, I have a problem with the audio of my Iphone 5s connected to a skoda fabia bluetooth carkit Paring is no problem and playing music from the Iphone works as well, only phonecalls cannot by heared and the caller cannot hear me speaking Tried the

  • Fixing the width of a column in a pivot table.

    Hi, I have a report with a pivot table view. In that pivot table i have a column called category and a measure called Amount. My issue is, i need to fix the length of the the measured column to particular extent like $111,111,111,111.11 (Bold) for al

  • Cant mount /var at boot

    I am experiencing problem with our v480 server, as ocasionally it fails to boot and gives cant mount /var error and goes into single user mode. (Log file is attached below). Once this happens, it doesnt come back into runlevel 3 until it is completel